Fix typo that sometimes caused selection not to work properly.
authorOwen Taylor <otaylor@redhat.com>
Thu, 19 Jul 2001 18:47:03 +0000 (18:47 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 19 Jul 2001 18:47:03 +0000 (18:47 +0000)
commit6fbd8b0d08acc35b8b8828506b2e0aec4e165a2e
tree355c0e093d9f29825ffe50b7592268a6bf8a1419
parentf7ad59dcbd0414de5526122279a572c9047d0687
Fix typo that sometimes caused selection not to work properly.

Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkentry.c (gtk_entry_set_positions): Fix
typo that sometimes caused selection not to work properly.

* gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
entry when tabbing in. (#57743)

* gtk/gtkentry.c (gtk_entry_motion_notify): If the
user drags up above or down below the entry, move
to the end or the beginning of the entry. (Suggestion
from Jay Cox, #50940)

* gtk/gtkentry.c (gtk_entry_move_cursor): If we have
a current selection, then when moving by chars or
words, move to the end of the selection rather than
from entry->current_pos. (Suggestion from Jay Cox,
#50942)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentry.c
gtk/gtkentry.h